-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
- added typeaheadOnBlur event #1639
Conversation
imribarr-compit
commented
Feb 13, 2017
- added documentation for typeaheadOnBlur
- removed tab event key since blur event handles it
- added getter to _active item
- added documentation for typeaheadOnBlur - removed tab event key since blur event handles it - added getter to _active item
closes #1636 |
Codecov Report
@@ Coverage Diff @@
## development #1639 +/- ##
===============================================
+ Coverage 84.84% 84.98% +0.13%
===============================================
Files 85 85
Lines 2323 2324 +1
Branches 299 298 -1
===============================================
+ Hits 1971 1975 +4
+ Misses 252 249 -3
Partials 100 100
Continue to review full report at Codecov.
|
|
||
// if tab default browser behavior will select next input field, and | ||
// therefore we should close the items list | ||
if (e.keyCode === 9) { |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
@imribarr-compit looks good to me, but small change needed |
BTW if you can add small test for this, it would be just awesome |
@valorkin I've added a test for this. If you could just reply on my change request that would be great. Thanks. |
Looks good to me! |